Received: from relay1.pipex.net (relay1.pipex.net [158.43.128.4]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id MAA28203 for <blitz-list@helsinki.fi>; Wed, 17 Aug 1994 12:48:40 +0300
Received: from mdis.com by relay1.pipex.net with SMTP (PP)
id <06384-0@relay1.pipex.net>; Wed, 17 Aug 1994 10:48:26 +0100
Received: from gx2.uk.mdis.com by gate.mdis.com id aa09877; 17 Aug 94 10:48 BST
Received: by gx2.uk.mdis.com; Wed, 17 Aug 94 10:48:13 BST
Date: Wed, 17 Aug 94 10:48:13 BST
From: Andy Malcolm <andy@gx2.uk.mdis.com>
To: blitz-list@helsinki.fi
Subject: Blitz libraries
Cc: amalcolm@gate.uk.mdis.com
Message-ID: <9408171048.aa09877@gate.mdis.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Status:
Status: RO
Hi All,
I am starting to develope a fairly large program ( a soccer management sim )
using Blitz. Having barely got the project off the ground, I have already
written some 2000+ lines of code, currently all in one source file which is
becoming unmanagable.
If I were developing in 'C' (my native language) a lot of this would already be
in sub modules or libraries.
I know that blitz can have resident files containing NewTypes and Constants,
is it possible to produce libraries of procedures / statements or else
compile multiple files simultaneously ?
Do you use the MAKEDEFLIBS command ? Could somebody explain how this works ?